object dlgProgress: TdlgProgress Left = 397 Top = 265 BorderIcons = [] BorderStyle = bsNone Caption = 'Dialog' ClientHeight = 113 ClientWidth = 297 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 297 Height = 113 Align = alClient TabOrder = 0 object Bevel1: TBevel Left = 8 Top = 8 Width = 281 Height = 97 Shape = bsFrame end object lblmessage: TLabel Left = 24 Top = 16 Width = 249 Height = 30 AutoSize = False Layout = tlCenter WordWrap = True end object Gauge: TGauge Left = 24 Top = 48 Width = 249 Height = 33 Progress = 0 end end object Cancelbtn: TsitBitBtn Left = 102 Top = 72 Width = 83 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 Visible = False OnClick = CancelbtnClick Images = frmMain.ImageList1 ImageIndex = 1 end end